projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8aff5f
)
(which-func-modes): Add `python-mode'.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 12 Jul 2007 04:37:06 +0000
(
04:37
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 12 Jul 2007 04:37:06 +0000
(
04:37
+0000)
lisp/progmodes/which-func.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/which-func.el
b/lisp/progmodes/which-func.el
index 43c70f67dfbbb655ca17d124197f8f523246a01b..5b5c13342ad6902d28583fad2f2f15131c41b768 100644
(file)
--- a/
lisp/progmodes/which-func.el
+++ b/
lisp/progmodes/which-func.el
@@
-76,8
+76,8
@@
:version "20.3")
(defcustom which-func-modes
- '(emacs-lisp-mode c-mode c++-mode perl-mode cperl-mode
makefile
-mode
- sh-mode fortran-mode f90-mode ada-mode)
+ '(emacs-lisp-mode c-mode c++-mode perl-mode cperl-mode
python
-mode
+
makefile-mode
sh-mode fortran-mode f90-mode ada-mode)
"List of major modes for which Which Function mode should be used.
For other modes it is disabled. If this is equal to t,
then Which Function mode is enabled in any major mode that supports it."